diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-20 13:40:10 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-20 13:40:10 +0000 |
commit | cad9cafae60127238564ce2dfa6b02f7b99db82d (patch) | |
tree | cc44a6bb70cd87bdec7e2f64d821afd87f2638d5 /lang | |
parent | - Update to 1.11.0 (diff) |
- Remove example files from fpc-gtk1 and fpc-gtk2 ports. It can be
obtained from fpc-source into distfiles directory.
Notes
Notes:
svn path=/head/; revision=226525
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc/Makefile.units | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index 0014c7be48d6..733a984c330f 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -119,7 +119,6 @@ LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi .include <${PORTSDIR}/Mk/bsd.gnome.mk> USE_GNOME= gtk12 . endif -HAVE_EXAMPLES= true OPT+=-Fu${WRKDIR}/${WRKUNITDIR}/* .endif @@ -128,7 +127,6 @@ OPT+=-Fu${WRKDIR}/${WRKUNITDIR}/* .include <${PORTSDIR}/Mk/bsd.gnome.mk> USE_GNOME= gtk20 . endif -HAVE_EXAMPLES= true .endif .if ${PKGNAMESUFFIX} == "-httpd13" |