diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /deskutils/glabels | |
parent | 88d002074007544d532f2495aeb93729291e6275 (diff) |
Notes
Diffstat (limited to 'deskutils/glabels')
-rw-r--r-- | deskutils/glabels/Makefile | 5 | ||||
-rw-r--r-- | deskutils/glabels/files/patch-barcode-0.98_Makefile.in | 11 |
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@ |