diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
commit | 03d5b496f6a644331f4055abccd56c4d5ea86eeb (patch) | |
tree | f78930d005d06507c6edcbe7fd57749db5575869 /x11/gnomelibs/Makefile | |
parent | 4cb24299544d42a7e1e7df2d7eccec7fd7cb3b40 (diff) | |
download | ports-03d5b496f6a644331f4055abccd56c4d5ea86eeb.tar.gz ports-03d5b496f6a644331f4055abccd56c4d5ea86eeb.zip |
Notes
Diffstat (limited to 'x11/gnomelibs/Makefile')
-rw-r--r-- | x11/gnomelibs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index df70cc876dbe..35aed72c2e24 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.1.1.1 1998/09/06 06:34:19 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/09/14 10:07:36 asami Exp $ # DISTNAME= gnome-libs-0.27 @@ -21,7 +21,7 @@ LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gif\\.3\\.:${PORTSDIR}/graphics/giflib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png -LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS+= Xpm.5:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes GNU_CONFIGURE= yes |