diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-26 08:58:33 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-26 08:58:33 +0800 |
commit | 702b3c2d07d8b4c80a7701b330c89d97b0285ad3 (patch) | |
tree | 310f33eac4c5f35fd3c69aed781285dc75c71446 /games | |
parent | f887da9b89268221d56be88954e2621c93439422 (diff) | |
download | marcuscom-ports-702b3c2d07d8b4c80a7701b330c89d97b0285ad3.tar marcuscom-ports-702b3c2d07d8b4c80a7701b330c89d97b0285ad3.tar.gz marcuscom-ports-702b3c2d07d8b4c80a7701b330c89d97b0285ad3.tar.bz2 marcuscom-ports-702b3c2d07d8b4c80a7701b330c89d97b0285ad3.tar.lz marcuscom-ports-702b3c2d07d8b4c80a7701b330c89d97b0285ad3.tar.xz marcuscom-ports-702b3c2d07d8b4c80a7701b330c89d97b0285ad3.tar.zst marcuscom-ports-702b3c2d07d8b4c80a7701b330c89d97b0285ad3.zip |
Re-add lthack. I totally thought I'd alredy readded this.
Reminded by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1715 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/monkeybubble/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 49d65701f..656461c1e 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,6 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= http://monkey-bubble.tuxfamily.org/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -18,8 +19,9 @@ USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ - gstreamerplugins intlhack + gstreamerplugins intlhack lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |