diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-13 06:15:19 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-13 06:15:19 +0000 |
commit | 7f9eb2aafc9f24f96612294c6f054b3afeed1f0f (patch) | |
tree | b77df90bc0d5c8547c0bf6543a40fb1a72af2c57 /x11/dxpc | |
parent | b58e05f76e5cf5342fa09d1e0d8159b23022670b (diff) |
Cleanup of the unowned ports in the x11 directory
- Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=330213
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 07f1784bcffd..23bf7a180d44 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 LICENSE= BSD USE_XORG= x11 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE} |