diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 09:59:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 09:59:14 +0000 |
commit | 087bb118a6a8c2836e7ab1b84f78ea46ce31bbd2 (patch) | |
tree | 9dc91e392ffc17a1d74ed51ee47a75beac7ef04a /graphics/cbrpager/Makefile | |
parent | 1de5928021a1c725bbe22b6c4f8b9175311c09f3 (diff) |
Notes
Diffstat (limited to 'graphics/cbrpager/Makefile')
-rw-r--r-- | graphics/cbrpager/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/cbrpager/Makefile b/graphics/cbrpager/Makefile index 1c9938c9bb1f..db727bb770b0 100644 --- a/graphics/cbrpager/Makefile +++ b/graphics/cbrpager/Makefile @@ -7,8 +7,7 @@ # PORTNAME= cbrpager -PORTVERSION= 0.9.6 -PORTREVISION= 0 +PORTVERSION= 0.9.7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,11 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A viewer for cbr (comic book archive) files -USE_GNOME= libgnomeui -USE_GETTEXT= yes -USE_ICONV= yes +USE_GNOME= gnometarget libgnomeui GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_FILES= bin/cbrpager share/locale/es/LC_MESSAGES/cbrpager.mo |