diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-02 03:27:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-02 03:27:50 +0000 |
commit | 07281ac9868107423fbb4cc942886f47604402e6 (patch) | |
tree | 13062833089bb56b3329fb7fb37e5c3c60f04d95 /x11/xbanner | |
parent | 7beec076e9190b4a9bbcba35475212b3ef24d753 (diff) | |
download | ports-07281ac9868107423fbb4cc942886f47604402e6.tar.gz ports-07281ac9868107423fbb4cc942886f47604402e6.zip |
Add xpm dependency.
Submitted by: giffunip@asme.org
Notes
Notes:
svn path=/head/; revision=16478
Diffstat (limited to 'x11/xbanner')
-rw-r--r-- | x11/xbanner/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index 5bb522fffeb1..8c8568994045 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Jan 1999 # Whom: giffunip@asme.org # -# $Id: Exp $ +# $Id: Makefile,v 1.1.1.1 1999/01/20 08:18:56 flathill Exp $ # DISTNAME= XBanner1.31 @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR=X11/xutils MAINTAINER= ports@FreeBSD.ORG +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes #USE_IMAKE= yes |