diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /graphics/imagesort/Makefile | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) | |
download | ports-bc47cccc84a1837da1919cf6c75785c9646d1761.tar.gz ports-bc47cccc84a1837da1919cf6c75785c9646d1761.zip |
Notes
Diffstat (limited to 'graphics/imagesort/Makefile')
-rw-r--r-- | graphics/imagesort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imagesort/Makefile b/graphics/imagesort/Makefile index 3f549a5d6b33..a84d27871212 100644 --- a/graphics/imagesort/Makefile +++ b/graphics/imagesort/Makefile @@ -7,15 +7,15 @@ PORTNAME= imagesort PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/viewers/X MAINTAINER= mark@kyne.com.au -LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib - USE_X_PREFIX= yes +USE_IMLIB= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/imagesort ${PREFIX}/bin |