diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-28 21:31:31 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-28 21:31:31 +0000 |
commit | e32eeb8bc95dc3e00105c622d055c9177d928ba4 (patch) | |
tree | 481f44c83e85357eb12d2a9f0bc58d63e3d19194 /graphics/icon-slicer | |
parent | f307be961265f4a67aa94291e46d209e5022eebc (diff) |
Notes
Diffstat (limited to 'graphics/icon-slicer')
-rw-r--r-- | graphics/icon-slicer/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/icon-slicer/Makefile b/graphics/icon-slicer/Makefile index d70081e8c1e2..8c2ae817f547 100644 --- a/graphics/icon-slicer/Makefile +++ b/graphics/icon-slicer/Makefile @@ -3,16 +3,16 @@ PORTNAME= icon-slicer PORTVERSION= 0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility for generating icon and cursor themes LICENSE= GPLv2 -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt USES= pkgconfig USE_GNOME= gtk20 @@ -20,10 +20,9 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/icon-slicer - -PORTDOCS= AUTHORS ChangeLog README TODO +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS post-patch: |