diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-29 15:59:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-29 15:59:40 +0000 |
commit | 510ebc96058b287dcb03326706a32459f280eca5 (patch) | |
tree | adec99c159f393ebe35c165a5d4267190a773142 /x11/tint-devel | |
parent | c493e70098c73974a7e671a78592edc69fcf550e (diff) |
Notes
Diffstat (limited to 'x11/tint-devel')
-rw-r--r-- | x11/tint-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tint-devel/Makefile b/x11/tint-devel/Makefile index c8e359183765..9664ebd759cf 100644 --- a/x11/tint-devel/Makefile +++ b/x11/tint-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= tint2 PORTVERSION= 2.00.${DATE} +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/ PKGNAMESUFFIX= -devel @@ -21,7 +22,7 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ CONFLICTS= tint2-[0-9]* USES= alias cmake pkgconfig tar:xz -USE_GNOME= glib20 pango +USE_GNOME= glib20 gtk20 pango USE_XORG= xcomposite xdamage xinerama xrandr CMAKE_ARGS= -DENABLE_BATTERY:BOOL=ON -DMANDIR:PATH=man |