diff options
Diffstat (limited to 'x11/bbdock/Makefile')
-rw-r--r-- | x11/bbdock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile index 5bcf6fe..9caca70 100644 --- a/x11/bbdock/Makefile +++ b/x11/bbdock/Makefile @@ -7,6 +7,7 @@ PORTNAME= bbdock PORTVERSION= 0.2.9 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://bbdock.nethence.com/download/ @@ -15,10 +16,11 @@ COMMENT= An application launcher for Blackbox-like window manager LICENSE= BSD -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_XORG= x11 +CPPFLAGS+= -I${LOCALBASE}/include/libpng15 PORTDOCS= README PLIST_FILES= bin/bbdock |