diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-04-03 08:27:07 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-04-03 08:27:07 +0000 |
commit | 595addc9c5922d9c9fbb907f9653d0376534e4b0 (patch) | |
tree | 12810b0b83c6c4532a6eb2c936220ee4fb91b087 /devel/ddd | |
parent | - fix empty dir in option. (diff) |
Ding-dong, this is your friendly happy face talking. Please to be
reading the 20040314 entry in /usr/ports/CHANGES regarding importing
of ports into the tree that require the use of GNU autotools.
Thanks awfully
Notes
Notes:
svn path=/head/; revision=106016
Diffstat (limited to 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index ca82c810ef56..0bdbb1482044 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_SIZE= yes USE_XPM= yes USE_MOTIF= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CFLAGS+= -Wno-deprecated CPPFLAGS+= -I${LOCALBASE}/include |