diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-15 23:04:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-15 23:04:25 +0000 |
commit | c9d88972beb9a4d4685b2948e115b3d59a0ea815 (patch) | |
tree | 2488b8185478796437f644cf3545381b249375e3 /sysutils/gksu | |
parent | cb046655bb625f1ea8d62c6785e5d65cb7279e0f (diff) |
Fix the build on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=121721
Diffstat (limited to 'sysutils/gksu')
-rw-r--r-- | sysutils/gksu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index 6a5d93ee9881..b3f1744b490b 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ USE_X_PREFIX= yes USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack USE_LIBTOOL_VER=15 +USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |