diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-04-03 05:30:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-04-03 05:30:15 +0000 |
commit | 92118d1d773ba4dc3a7e15efc1a916485ebed6c4 (patch) | |
tree | 2d752b925fce3607aa6a4303fbd0bcdb468aad20 /lang/gnustep-guile | |
parent | c1a23ee4e3e9874534fb4671f8e1775912f05209 (diff) |
Notes
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r-- | lang/gnustep-guile/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 204961b23e76..d9b87d1fbb7a 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -50,10 +50,4 @@ GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER) pre-configure: ${TOUCH} ${WRKSRC}/Greg/ac_nonexistent.h -.if defined(WITH_GNUSTEP_DEVEL) -post-configure: - ${MKDIR} ${WRKSRC}/ScriptKit/Foundation - ${CP} ${FILESDIR}/NSConcreteNumber.h ${WRKSRC}/ScriptKit/Foundation/ -.endif - .include <bsd.port.post.mk> |