diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-11 15:48:13 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-11 15:48:13 +0800 |
commit | 551898cb452787e51a14ce631fa472dec692ddc7 (patch) | |
tree | 51a9044850c72127a4118608d94c41d017b5dda6 /x11-toolkits | |
parent | 0ffcc29f0882043fafcc9f6e151af6475b111842 (diff) | |
download | freebsd-ports-gnome-551898cb452787e51a14ce631fa472dec692ddc7.tar.gz freebsd-ports-gnome-551898cb452787e51a14ce631fa472dec692ddc7.tar.zst freebsd-ports-gnome-551898cb452787e51a14ce631fa472dec692ddc7.zip |
deUSE_SIZEify.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-frantk/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index 5b927c01618d..5eb2cd07d7d9 100644 --- a/x11-toolkits/hs-frantk/Makefile +++ b/x11-toolkits/hs-frantk/Makefile @@ -22,7 +22,6 @@ BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 .endif -USE_SIZE= yes USE_GMAKE= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/FranTk1.1/src diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index b6a7d9563c3e..4339942bad52 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -44,7 +44,6 @@ RUN_DEPENDS+= c2hs:${PORTSDIR}/devel/hs-c2hs RUN_DEPENDS+= ports-config:${PORTSDIR}/devel/hs-hpl .endif -USE_SIZE= yes USE_REINPLACE= yes HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 031f92773e60..2fe6d163a00c 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -19,7 +19,6 @@ COMMENT= A GTK2 Binding for Haskell BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 -USE_SIZE= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-c2hs=no |