diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /deskutils/gnote | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnote')
-rw-r--r-- | deskutils/gnote/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index 49f053910..ecef0c18e 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -7,15 +7,16 @@ CATEGORIES= deskutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A port of Tomboy to C++, note taking application +COMMENT= C++ version of Tomboy, note taking application LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ - boost_filesystem:${PORTSDIR}/devel/boost-libs \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ + libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid +NO_STAGE= yes USE_XZ= yes USE_GNOME= gnomeprefix gtk30 intltool libxml2 libxslt \ ltverhack gnomedocutils gtkmm30 |