diff options
author | db <db@FreeBSD.org> | 2014-01-07 09:16:36 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2014-01-07 09:16:36 +0800 |
commit | 27aa7b30c5d453348119d5bb6d2062fe9e91da88 (patch) | |
tree | 64f1093574ebb5f2d813cd8c5fc3cd4389b6c973 /comms | |
parent | 5654a532596d02f8085c20a43901592a7b7d62d8 (diff) | |
download | freebsd-ports-gnome-27aa7b30c5d453348119d5bb6d2062fe9e91da88.tar.gz freebsd-ports-gnome-27aa7b30c5d453348119d5bb6d2062fe9e91da88.tar.zst freebsd-ports-gnome-27aa7b30c5d453348119d5bb6d2062fe9e91da88.zip |
- convert old USE_GMAKE and USE_DOS2UNIX to new Uses=
Diffstat (limited to 'comms')
-rw-r--r-- | comms/flwrap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/flwrap/Makefile b/comms/flwrap/Makefile index eeb0499564a0..3df1bae33654 100644 --- a/comms/flwrap/Makefile +++ b/comms/flwrap/Makefile @@ -15,9 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk -USE_GMAKE= yes +USES= gmake dos2unix GNU_CONFIGURE= yes -USE_DOS2UNIX= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" post-configure: |