diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /deskutils | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/aspostit/Makefile | 6 | ||||
-rw-r--r-- | deskutils/gnucash/Makefile | 2 | ||||
-rw-r--r-- | deskutils/wmpinboard/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xinvest/Makefile | 3 |
4 files changed, 5 insertions, 9 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile index 36c0e139af2f..fea5246c0d9e 100644 --- a/deskutils/aspostit/Makefile +++ b/deskutils/aspostit/Makefile @@ -13,12 +13,10 @@ MASTER_SITE_SUBDIR= apps/aspostit MAINTAINER= kris@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ \ - jpeg.9:${PORTSDIR}/graphics/jpeg/ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg/ USE_X_PREFIX= yes -USE_XLIB= yes - +USE_XPM= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index 44c145c4c937..b40bf59e662c 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ png.4:${PORTSDIR}/graphics/png \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ glib12.3:${PORTSDIR}/devel/glib12 \ - Xpm.4:${PORTSDIR}/graphics/xpm \ gnome.4:${PORTSDIR}/x11/gnomelibs \ guile.6:${PORTSDIR}/lang/guile \ xml.5:${PORTSDIR}/textproc/libxml @@ -38,6 +37,7 @@ RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \ ${site_perl}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser USE_GMAKE= yes +USE_XPM= yes GNU_CONFIGURE= yes USE_PERL5= yes #USE_X_PREFIX= yes diff --git a/deskutils/wmpinboard/Makefile b/deskutils/wmpinboard/Makefile index 575abc624b28..a886e9d3ff49 100644 --- a/deskutils/wmpinboard/Makefile +++ b/deskutils/wmpinboard/Makefile @@ -12,12 +12,11 @@ MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ MAINTAINER= jim@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm - WRKSRC= ${WRKDIR}/wmpinboard.app USE_BZIP2= yes USE_IMAKE= yes +USE_XPM= yes MAN1= wmpinboard.1 MANCOMPRESSED= no diff --git a/deskutils/xinvest/Makefile b/deskutils/xinvest/Makefile index e527731905ae..41b78f34d0d2 100644 --- a/deskutils/xinvest/Makefile +++ b/deskutils/xinvest/Makefile @@ -14,10 +14,9 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm - REQUIRES_MOTIF= yes USE_IMAKE= yes +USE_XPM= yes NO_INSTALL_MANPAGES= yes post-install: |