diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
commit | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /deskutils/gnote | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) |
Notes
Diffstat (limited to 'deskutils/gnote')
-rw-r--r-- | deskutils/gnote/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index d8b6a08e3372..ee563548bc48 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_XZ= yes USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \ ltverhack gnomepanel -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:xz INSTALLS_OMF= yes GCONF_SCHEMAS= gnote.schemas USE_AUTOTOOLS= libtool |