diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 18:57:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 18:57:55 +0000 |
commit | 973873e6b4516d14a5b1c4b9f9ecee20e4c42d30 (patch) | |
tree | 91484a8279421586326aee96826e3aac71211ff8 /graphics/gtkdps | |
parent | e14ec98a4164638420d8979f6ea97e80dfdbd84c (diff) | |
download | ports-973873e6b4516d14a5b1c4b9f9ecee20e4c42d30.tar.gz ports-973873e6b4516d14a5b1c4b9f9ecee20e4c42d30.zip |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index c6b639875c56..28736fde8073 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/13 02:21:33 steve Exp $ # DISTNAME= gtkDPS-0.2.11 @@ -16,8 +16,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11/gtk BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs -CONFIGURE_ARGS+= --with-dps-includes=${X11BASE}/include \ - --with-dps-libraries=${X11BASE}/lib +CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ + --with-dps-libraries=${X11BASE}/lib GNU_CONFIGURE= yes USE_X11= yes |