diff options
author | kris <kris@FreeBSD.org> | 2000-05-01 08:17:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-01 08:17:43 +0000 |
commit | 50108784f2d1dc55be053cb25bd492a0717ac0be (patch) | |
tree | 5d4dd69352df932d9d39cbaac763236af6f068d6 | |
parent | 57fd2a50298ecf3d451e282409c6363ee61f1fb6 (diff) | |
download | FreeBSD-ports-50108784f2d1dc55be053cb25bd492a0717ac0be.zip FreeBSD-ports-50108784f2d1dc55be053cb25bd492a0717ac0be.tar.gz |
Previous commit was in error.
Submitted by: asami
-rw-r--r-- | graphics/gridpix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gridpix/Makefile b/graphics/gridpix/Makefile index d6e196b..96ddd25 100644 --- a/graphics/gridpix/Makefile +++ b/graphics/gridpix/Makefile @@ -13,8 +13,7 @@ DISTNAME= GridPix-${PORTVERSION} MAINTAINER= asami@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm \ - ${LOCALBASE}/include/shhopt.h:${PORTSDIR}/devel/libshhopt +BUILD_DEPENDS= ${LOCALBASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg # create necessary directories -- don't want to depend on an http |