diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
commit | 2f3818b7d277c1201084a6fbfc0030994018d162 (patch) | |
tree | 862b81bc8d76b25f3feb3c37389d729125d4e13f /sysutils/bbapm | |
parent | 7b440318c026f6439da1a9df5d1d3b95169c8a0d (diff) | |
download | FreeBSD-ports-2f3818b7d277c1201084a6fbfc0030994018d162.zip FreeBSD-ports-2f3818b7d277c1201084a6fbfc0030994018d162.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'sysutils/bbapm')
-rw-r--r-- | sysutils/bbapm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bbapm/Makefile b/sysutils/bbapm/Makefile index c11ce37..416ed2d 100644 --- a/sysutils/bbapm/Makefile +++ b/sysutils/bbapm/Makefile @@ -17,7 +17,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= adam@vectors.cx USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes do-install: |