diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /www/bookmarkbridge | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'www/bookmarkbridge')
-rw-r--r-- | www/bookmarkbridge/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index a60a96863d47..4b7be4660a57 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bookmarkbridge -# Date Created: January 2004 -# Whom: Marco Molteni <molter@gufi.org> -# +# Created by: Marco Molteni <molter@gufi.org> # $FreeBSD$ -# PORTNAME= bookmarkbridge PORTVERSION= 0.76 @@ -21,7 +17,7 @@ USE_XORG= x11 ice xext USE_QT4= corelib gui moc_build rcc_build uic_build qt3support USE_GNOME= libxml2 USE_GMAKE= yes -USE_PKGCONFIG= build +USES= pkgconfig USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal |