diff options
author | kris <kris@FreeBSD.org> | 2000-05-01 16:17:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-01 16:17:43 +0800 |
commit | 50108784f2d1dc55be053cb25bd492a0717ac0be (patch) | |
tree | 5d4dd69352df932d9d39cbaac763236af6f068d6 /graphics | |
parent | 57fd2a50298ecf3d451e282409c6363ee61f1fb6 (diff) | |
download | freebsd-ports-gnome-50108784f2d1dc55be053cb25bd492a0717ac0be.tar.gz freebsd-ports-gnome-50108784f2d1dc55be053cb25bd492a0717ac0be.tar.zst freebsd-ports-gnome-50108784f2d1dc55be053cb25bd492a0717ac0be.zip |
Previous commit was in error.
Submitted by: asami
Diffstat (limited to 'graphics')
-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 d6e196bd82f6..96ddd25b35e1 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 |