diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-18 23:33:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-18 23:33:54 +0800 |
commit | cfc001e621ef52f537c726912e4d1ceb2ddd9908 (patch) | |
tree | 4901a772ad8cd4fa16fcb8977f636eb821497ccb /deskutils | |
parent | 7df0d7bfed31f30f247328540669403c7f41ce18 (diff) | |
download | freebsd-ports-graphics-cfc001e621ef52f537c726912e4d1ceb2ddd9908.tar.gz freebsd-ports-graphics-cfc001e621ef52f537c726912e4d1ceb2ddd9908.tar.zst freebsd-ports-graphics-cfc001e621ef52f537c726912e4d1ceb2ddd9908.zip |
Switch to USE_GNOME to chase the libgnome* shared lib versions.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/glabels/Makefile | 5 | ||||
-rw-r--r-- | deskutils/gnotime/Makefile | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 361ee339ade..e667f039641 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -14,11 +14,10 @@ MASTER_SITES= http://snaught.com/glabels/source/ MAINTAINER= ports@freebsd.org COMMENT= A programm to create labels and business cards -LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui +LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 USE_GETOPT_LONG=yes -USE_GNOME= gnomehack gnomeprefix gnomelibs +USE_GNOME= gnomehack gnomeprefix gnomelibs libgnomeui USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 0ef8a71d4a8..7f619f12c78 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -14,11 +14,9 @@ MASTER_SITE_SUBDIR= gttr MAINTAINER= ports@freebsd.org COMMENT= GnoTime is a time tracker for gnome2 -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ - guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |