aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commitb185046be2ec03555daaf4f26d38542c403a9955 (patch)
tree0274ce607614533de66837fc1f70d4c35770d9e1 /deskutils
parent88d002074007544d532f2495aeb93729291e6275 (diff)
downloadports-b185046be2ec03555daaf4f26d38542c403a9955.tar.gz
ports-b185046be2ec03555daaf4f26d38542c403a9955.zip
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Notes
Notes: svn path=/head/; revision=84842
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/glabels/Makefile5
-rw-r--r--deskutils/glabels/files/patch-barcode-0.98_Makefile.in11
2 files changed, 14 insertions, 2 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile
index 20c0a0881018..a862fa40c2b7 100644
--- a/deskutils/glabels/Makefile
+++ b/deskutils/glabels/Makefile
@@ -7,16 +7,17 @@
PORTNAME= glabels
PORTVERSION= 1.91.1
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://snaught.com/glabels/source/
MAINTAINER= martin.klaffenboeck@gmx.at
COMMENT= A programm to create labels and business cards
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
- gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \
+LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \
gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
+USE_GETOPT_LONG=yes
USE_GNOME= gnomehack gnomeprefix gnomelibs
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/deskutils/glabels/files/patch-barcode-0.98_Makefile.in b/deskutils/glabels/files/patch-barcode-0.98_Makefile.in
new file mode 100644
index 000000000000..4841a1c34f45
--- /dev/null
+++ b/deskutils/glabels/files/patch-barcode-0.98_Makefile.in
@@ -0,0 +1,11 @@
+--- barcode-0.98/Makefile.in.bak Tue Aug 27 12:23:41 2002
++++ barcode-0.98/Makefile.in Mon Jul 7 06:37:34 2003
+@@ -3,7 +3,7 @@
+ #
+
+ CC = @CC@
+-CFLAGS = @CFLAGS@ @DEFS@ @NO_GETOPT@ @NO_LIBPAPER@ @NO_STRERROR@
++CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ @NO_GETOPT@ @NO_LIBPAPER@ @NO_STRERROR@
+ RANLIB = @RANLIB@
+
+ INSTALL = @INSTALL@